body {
	margin: 0;
  background: #f6f6f6;
	color: #222;
	font: 9pt Verdana, Helvetica, sans-serif;
}
#pageWrap {
	width: 970px;
	margin: 40px auto;
	background-color: #fff;
}
.two-sidebars #outerColumn {
	border-left: 250px solid #fff;
	border-right: 230px solid #fff;
}
.sidebar-right #outerColumn {
	border-right: 230px solid #fff;
}
.sidebar-left #outerColumn {
	border-left: 250px solid #fff;
}
#innerColumn {
	width: 100%;
}
#soContainer {
	float: left;
	width: 100%;
}
#header {
  height: 124px;
	background: url('img/header.png') no-repeat;
}
#content {
	float: right;
	width: 100%;
}
#leftCol {
	float: left;
	margin-left: -250px;
	width: 250px;
}
#rightCol {
	float: right;
	margin-right: -230px;
	width: 230px;
}
#footer, #footer a {
  color: #aeadad;
	font-size: 8pt;
}
#footer .upper {
	background: #e2e2e2 url('img/footer_gradient_upper.png') repeat-x top;
  height: 32px;
}
#footer .lower {
	background: #f1f1f1 url('img/footer_gradient.png') repeat-x top;
	border-top: 1px solid #f6f6f6;
  height: 32px;
  text-align: right;
}
#fooupinside {
  padding: 9px 15px 0;
}
#header .inside {
	padding: 14px 16px 0;
  position: relative;
}
#content .inside {
	padding: 10px 20px;
}
#leftCol .inside {
	padding: 10px 0;
	position: relative;
}
#rightCol .inside {
	padding: 10px 0;
	position: relative;
}
#logo-home {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 124px;
  width: 250px;
}

.clr {
	clear: both;
}
* html #soContainer, * html #content, * html #leftCol, * html #rightCol, * html .tabs {
	overflow: visible;
	position: relative;
}
* html .block, * html .mission, * html .sticky, * html .comment, * html #profile .profile {
	height: 0.01%;
}
* html .poll input {
	position: static;
}
*+html .poll input {
	top: 1px;
}
* html .tabs .primary {
	height: 17px;
}
* html .tabs a {
	float: left;
	margin-bottom: -1px;
}
*+html .tabs .primary {
	height: 17px;
}
*+html .tabs a {
	float: left;
}

a {
  text-decoration: underline;
}
a:link {
  color: #298c29;
}
a:visited {
  color: #298c29;
}
a:hover {
  text-decoration: none;
  color: #31a731;
}
h1, h2, h3, h4, h5, h6 {
  margin: 2px 0 4px 0;
}
h1 {
  font-size: 1.6em;
  color: #000;
}
#content h1.title {
  font-size: 12pt;
  font-weight: normal;
  padding: 0 0 6px 20px;
  background: url('img/dtarrow.png') no-repeat 0px 2px;
  border-bottom: 1px solid #ccc;
}
h2 {
  font-size: 1.25em;
  color: #000;
}
h3 {
  font-size: 1.1em;
  color: #d72;
}
h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0;
  margin-bottom: 0.9em;
  line-height: 140%;
}
label {
	cursor: pointer;
}
input, select, textarea {
	font: 100% Verdana, Helvetica, sans-serif;
}
td {
	vertical-align: top;
}

.site-name {
  font: 15pt Arial, Tahoma;
  font-weight: normal;
  text-align: right;
  margin: 0;
  padding: 0;
  text-shadow: #555 2px 2px 2px;
  margin-bottom: 25px;
}
.site-name a:link, .site-name a:visited, .site-name a:hover, .site-name a:active {
  color: #fff;
  text-decoration: none;
}
.search {
	text-align: right;
}
#header .search label {
  display: none;
  visibility: hidden;
}
#header .search .form-submit {
  display: none;
  visibility: hidden;
}
#header .search .form-text {
  font: 9pt Tahoma, Arial, Helvetica, Verdana;
  width: 12em;
  padding: 2px;
  border: none;
}
#navlist {
  margin: 5px 0;
	text-align: right;
	padding-right: 10px;
  background: url('img/nav.png') repeat-x center center;
  text-transform: uppercase;
  padding: 9px 10px 10px;
}
#navlist li {
  padding: 5px 2px;
  border-right: 1px solid #186312;
  border-left: 1px solid #9bde94;
}
* html #navlist li {
  padding: 0 2px;
}
#navlist li.first {
  border-left: none;
}
#navlist li.last {
  border-right: none;
}
/*#header ul.links li {
	padding: 0 0 0 0.5em;
}*/
#navlist a {
  color: #fff;
  text-decoration: none;
  padding: 7px 8px;
}
#navlist li.active-trail a {
  color: #0f6921;
  text-decoration: none;
  background: #efefef url('img/navarrow.gif') no-repeat center bottom;
}
#subnavlist {
	text-align: right;
	margin-bottom: 10px;
}
#subnavlist a {
  color: #fff;
}

.breadcrumb {
  color: #aaa;
  font-size: 7.5pt;
  margin-bottom: 0.5em;
}
.breadcrumb a {
  color: #aaa;
}
.tabs {
	margin-bottom: 1em;
}
.messages {
  background-color: #fc6;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: #f00;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
#content .item-list {
	font-size: 0.9em;
	margin: 1em 0;
	border-bottom: 1px solid #ccc;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
#leftCol .item-list ul, #rightCol .item-list ul {
	margin: 1em 0 0;
}
#leftCol .item-list ul li, #rightCol .item-list ul li {
	margin-left: 0.5em;
}
div.links {
  clear: both;
	color: #999;
	font-size: 0.9em;
}
.node {
  margin: 0.5em 0 2em 0;
  line-height: 140%;
}
.sticky {
  padding: 0.5em;
  background-color: #f9f9f9;
  border: solid 1px #ddd;
	margin-top: 0;
}
.node .content, .comment .content {
  margin: 0.5em 0 0.5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  text-align: right;
}
.submitted {
	font-size: 0.85em;
	font-style: italic;
}
.comment .submitted {
	font-size: 0.9em;
}
.comment {
  border: 1px solid #abc;
  padding: 0.5em;
  margin-bottom: 1em;
	font-size: 0.9em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: #f00;
}
.signature {
  padding: 0.5em;
	font-size: 0.9em;
	background: #cdd;
	margin: 1em;
}
.node .picture, .comment .picture {
  float: right;
}
.comment div.links ul.links, .comment div.links ul.links li {
	display: inline;
}

/* Module specific styles*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator h2 {
	padding: 1em 0;
}
#aggregator .feed-item, #aggregator .links {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
	margin: 1.5em 0;
}
#forum tr td.forum {
	background-position: 2px 0.5em;
}
#forum td {
  padding: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
	white-space: normal;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#forum .links {
  font-size: 0.9em;
	text-align: right;
}
.block-forum h3 {
  margin-bottom: 0.5em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: 0.5em;
  margin: 1em 0em 1em 0em;
}
.profile h3 {
	border: none;
	margin-bottom: 1em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
#profile .profile .field {
  font-size: 0.9em;
	font-style: italic;
}
#book-outline {
	min-width: 1em;
	width: auto;
}
div.admin .left, div.admin .right {
	margin: 0;
	width: 49%;
}
div.admin-panel {
	padding: 10px 0;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
.poll .vote-form {
	text-align: left;
}
.poll input {
	position: relative;
	top: 2px;
}
.poll .vote-form .choices {
	display: block;
}
.block-poll div.title {
	font-size: 1.1em;
  color: #d72;
}
#user-login-form {
	text-align: left;
}
.block #user-login-form ul {
	padding: 0;
}
#leftCol .item-list ul li.openid-link, #rightCol .item-list ul li.openid-link, #leftCol #user-login-form .item-list ul li, #rightCol #user-login-form .item-list ul li {
	margin-left: 0;
	list-style-type: none;
}
#user-login-form li.openid-link, #user-login li.openid-link {
	padding-left: 1.5em;
	background-position: left center;
	margin-left: 0;
}

.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}
.block h2.title {
  font-size: 13px;
  color: #000;
  margin: 0 0 0.25em 0;
  padding: 2px 2px 1px 4px;
}
.block .content, .box .content {
  padding: 2px 4px;
}
.box .title {
  font-size: 1.1em;
}
.powered {
	font-size: 0.8em;
}
/* LEFTCOL BLOCK */

#leftCol .block .content {
  padding: 0;
  margin: 0;
}
#leftCol .block ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #ccc;
}
#leftCol .block ul.menu li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 2px 0;
}
#leftCol .block ul.menu li.expanded {
  border-bottom: none;
  padding-bottom: 0;
}
#leftCol .block ul.menu li a.prefixed_n {
  text-indent: -16px;
  padding: 5px 5px 5px 31px;
}
#leftCol .block ul.menu li a.prefixed {
  text-indent: -12px;
  padding: 5px 5px 5px 27px;
}
#leftCol .block ul.menu li a {
  margin: 0;
  padding: 5px 5px 5px 15px;
  display: block;
  text-decoration: none;
}

#leftCol .block ul.menu li a:hover {
  text-decoration: none;
}
#leftCol .block ul.menu li ul.menu {
  margin-top: 2px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0;
}
#leftCol .block ul.menu li ul.menu li {
  border-bottom: none;
}
#leftCol .block ul.menu li ul.menu li.leaf {
  padding: 0;
}
#leftCol .block ul.menu li ul.menu li.first, #leftCol .block ul.menu li ul.menu li.last {
  padding: 2px 0;
}
#leftCol .block ul.menu li ul.menu li a.prefixed {
  text-indent: -12px;
  padding-left: 37px;
}
#leftCol .block ul.menu li ul.menu li a {
  padding-left: 25px;
  color: #555;
}
#leftCol .block ul.menu li ul.menu li a.active {
  color: #222;
}
#leftCol .block ul.menu li ul.menu li a:hover {
  color: #777;
}
#leftCol .block ul.menu li ul.menu li a.active:hover {
  color: #333;
}
#leftCol .block ul.menu li ul.menu li ul.menu li a {
  padding-left: 35px;
}

#leftCol .block ul.menu li.active-trail a {
  background: #eee;
}
#leftCol .block ul.menu li.active-trail ul.menu li a {
  background: #fff;
}
#leftCol .block ul.menu li.active-trail ul.menu li.active-trail a {
  background: #eee;
}
#leftCol .block ul.menu li.active-trail ul.menu li.active-trail ul.menu li a {
  background: #fff;
}
#leftCol .block ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail a {
  background: #eee;
}
#leftCol .block ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li a {
  background: #fff;
}
#leftCol .block ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail a {
  background: #eee;
}




/* RIGHTCOL BLOCKS */

#rightCol .block {
  background-color: #efefef;
  padding: 6px 9px;
}
#rightCol .block .content {
  margin: 0;
  padding: 0;
}
#rightCol .block h2.title {
  font-size: 11pt;
  color: #000;
  font-weight: normal;
  padding: 0 0 1px 20px;
  margin-bottom: 7px;
  background: url('img/dtarrow.png') no-repeat left center;
}
#reception-link {
  margin-bottom: 12px;
}
#reception-link span {
  color: #666;
}
#contact-phone {
  padding: 12px 0 0;
  font-size: 17pt;
}
#contact-phone span {
  font-size: 13pt;
  color: #666;
}
#phone {
  height: 55px;
}
#rightCol #block-block-1 {
  background-image: url('img/phone.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-bottom: 0;
}
#rightCol .view-recent {
  font-size: 8.5pt;
}
#rightCol .view-recent .views-row {
  padding: 4px 0 7px;
}
#rightCol .view-recent .views-field-changed {
  color: #393;
}
#rightCol .view-recent .views-field-title a {
  color: #666;
}



/* NEWS */

.node-teaser .news_date {
  font-size: 8pt;
  color: #393;
  line-height: normal;
}
.node-teaser .news_title {
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  line-height: normal;
}
.node-teaser .news_teaser {
  color: #666;
}
.node-teaser {
  margin: 0.8em 0px 1em;
  overflow: hidden;
}
.view-list .node img, .node-teaser img {
  margin: 0 15px 10px 0;
  float: left;
}
.view-list .node-document .news_title {
  padding: 0.4em 0;
  font-weight: bold;
}

.node-page img, .node-news img, .node-document img {
  margin: 0 25px 15px 0;
  float: left;
}
/* node-gallery_album */

.node-gallery_album .field-field-photos {
  background-color: #eee;
  padding: 8px 10px 7px;
}
.node-gallery_album .field-field-photos .field-items {
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  white-space: nowrap;
  vertical-align: middle;
  padding: 2px 0 3px;
  margin: 0;
}
.node-gallery_album .field-field-photos .field-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
* html .node-gallery_album .field-field-photos .field-item {
  display: inline;
}
.node-gallery_album .field-field-photos .field-item a, .node-gallery_album .field-field-photos .field-item img {
  display: block;
}
.node-gallery_album .field-field-photos .field-item a {
  border: 2px solid #eee;
}
.node-gallery_album .field-field-photos .field-item a.thmb_hl {
  border: 2px solid #393;
}
#div_big_img {
  text-align: center;
  padding: 30px 0;
  visibility: hidden;
}
#content .view-listimg .views-view-grid {
  width: 100%;
  border: none;
}
#content .view-listimg td {
  width: 33%;
  vertical-align: top;
  padding: 15px 0;
  border: none;
}
.view-listimg td.col-1 {
  text-align: left;
}
.view-listimg td.col-2 {
  text-align: center;
}
.view-listimg td.col-3 {
  text-align: right;
}
.view-listimg td .views-field-title {
  width: 208px;
  text-align: center;
  display: inline-block;
  padding-top: 8px;
}
.view-listimg td .views-field-title a {
  color: #555;
}
.view-listimg .views-field-field-photos-fid a {
  padding: 5px;
  border: 1px solid #ccc;
  display: inline-block;
}
.view-listimg .views-field-field-photos-fid a img {
  display: block;
}

.node table {
  width: 100%;
  border: 1px solid #555;
}
.node table td {
  padding: 5px 10px;
  border: 1px solid #555;
}

a.attachment {
  display: block;
  margin: 15px 0;
}
#footer .lower a {
  vertical-align: middle;
  display: inline-block;
  padding: 7px 15px;
}
#footer .lower a img {
  vertical-align: middle;
}


